HcEntityChatterPage
PrintVisualforce Page Details
Name | HcEntityChatterPage |
Label | HcEntityChatterPage |
Namespace Prefix | HealthCloudGA |
Api Version | 60 |
Markup | <apex:page showHeader="false" controller="HealthCloudGA.DE_HcCareTeamController" sidebar="false" standardStylesheets="true"> <style> td.chatterPublisherFileActionContainerLeft { display: none; } </style> <div id="chatter-container"> <chatter:feed entityId="{!carePlanId}" showPublisher="true" /> </div> </apex:page> |